Minor doc tweaks for 1.4.3. Add dg-200.
authorrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 23 Jan 2012 02:40:56 +0000 (02:40 +0000)
committerrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 23 Jan 2012 02:40:56 +0000 (02:40 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4149 f51c46e8-681c-474f-0cfe-069cfd0219fb

39 files changed:
gpsbabel/xmldoc/formats/an1.xml
gpsbabel/xmldoc/formats/delbin.xml
gpsbabel/xmldoc/formats/dg-100.xml
gpsbabel/xmldoc/formats/dg-200.xml [new file with mode: 0644]
gpsbabel/xmldoc/formats/dna.xml
gpsbabel/xmldoc/formats/easygps.xml
gpsbabel/xmldoc/formats/enigma.xml
gpsbabel/xmldoc/formats/enigma_wp.xml
gpsbabel/xmldoc/formats/exif.xml
gpsbabel/xmldoc/formats/garmin_poi.xml
gpsbabel/xmldoc/formats/gcdb.xml
gpsbabel/xmldoc/formats/gdb.xml
gpsbabel/xmldoc/formats/geo.xml
gpsbabel/xmldoc/formats/geonet.xml
gpsbabel/xmldoc/formats/glogbook.xml
gpsbabel/xmldoc/formats/gopal.xml
gpsbabel/xmldoc/formats/gpl.xml
gpsbabel/xmldoc/formats/gpx.xml
gpsbabel/xmldoc/formats/gtrnctr.xml
gpsbabel/xmldoc/formats/hiketech.xml
gpsbabel/xmldoc/formats/html.xml
gpsbabel/xmldoc/formats/kml.xml
gpsbabel/xmldoc/formats/lowranceusr.xml
gpsbabel/xmldoc/formats/maggeo.xml
gpsbabel/xmldoc/formats/mapsend.xml
gpsbabel/xmldoc/formats/mapsource.xml
gpsbabel/xmldoc/formats/msroute.xml
gpsbabel/xmldoc/formats/navicache.xml
gpsbabel/xmldoc/formats/openoffice.xml
gpsbabel/xmldoc/formats/options/dg-200-erase.xml [new file with mode: 0644]
gpsbabel/xmldoc/formats/options/dg-200-erase_only.xml [new file with mode: 0644]
gpsbabel/xmldoc/formats/ozi.xml
gpsbabel/xmldoc/formats/palmdoc.xml
gpsbabel/xmldoc/formats/pathaway.xml
gpsbabel/xmldoc/formats/pcx.xml
gpsbabel/xmldoc/formats/s_and_t.xml
gpsbabel/xmldoc/formats/sbn.xml
gpsbabel/xmldoc/formats/sbp.xml
gpsbabel/xmldoc/formats/shape.xml

index b905357364180a281194dfd21db00942979ed63e..70941595e3854ada1d4070658a6b52ab8aa6156b 100644 (file)
@@ -1,5 +1,5 @@
 <para> 
-This format supports the <ulink url="http://www.delorme.com">DeLorme</ulink> ".an1" drawing file format.  It can 
+This format supports the <ulink url="http://www.delorme.com">DeLorme</ulink> ".an1" drawing file format used by their desktop software like Topo USA.  It can 
 currently be used to either read or write drawing files.  If you use 
 this format to create drawing files with routes or waypoints from another 
 source, by default it will create "Red Flag" symbols for waypoints, and 
index 40df43e0983ccb2aa35051794db48566546bf0a7..4c6806cc042ec0cf675fed74b58190840be64dff 100644 (file)
@@ -1,5 +1,10 @@
 <para>
-  The 'delbin' module supports DeLorme PN-20, PN-30, PN-40, and PN-40 SE receivers.
+  The 'delbin' module supports 
+<productname>DeLorme PN-20</productname>, 
+<productname>DeLorme PN-30</productname>, 
+<productname>DeLorme PN-40</productname>, 
+<productname>DeLorme PN-40 SE</productname>, and 
+<productname>DeLorme PN 60 </productname>receivers.
   <important>
     <para>
       Not all strains of Linux are supported.   Fedora 7 is known not to work, for example.
index b9abe6c909128c393c7ccbdf2599f0e511185922..a8240653f01e294360e318b7463bd24fb5d7ea32 100644 (file)
@@ -1,7 +1,15 @@
-<para>Serial download protocol for the <productname>GlobalSat DG-100</productname>, <productname> GlobalSat BT-335</productname>, and <productname>GlboalSat BT-338X</productname>GPS data loggers.</para>
-<para>While the DG-100 has a button to record waypoints, they seem to be indistinguishable from trackpoints. Therefore, all points will be presented as trackpoints, disregarding whether they were recorded automatically or manually.</para>
 <para>
-<ulink url="http://www.globalsat.com.tw/eng/product_detail_00000090.htm">GlobalSat DG-100</ulink>
+  Serial download protocol for the <productname>GlobalSat DG-100</productname>, 
+  <productname> GlobalSat BT-335</productname>, 
+  and <productname>GlboalSat BT-338X</productname>GPS data loggers.
+</para>
+<para>
+  While the DG-100 has a button to record waypoints, they seem to be indistinguishable 
+  from trackpoints. Therefore, all points will be presented as trackpoints, 
+  regardless of whether they were recorded automatically or manually.
+</para>
+<para>
+  <ulink url="http://www.globalsat.com.tw/eng/product_detail_00000090.htm">GlobalSat DG-100</ulink>
 </para>
 <example id="dg-100-on-linux">
   <title>Command showing DG-100 download and erase on Linux</title>
 </example>
 
 <para>
-The DG-100 provides a physical USB interface to the host computer, but
-internally it uses a Prolific PL-2303 chip to do this.  So you must have
-drivers installed on your computer to recognize the PL-2303 and provide
-that data as a serial port to software like GPSBabel.   Such software
-comes with the unit for Windows.  Prolific provides software for Mac OS/X,
-but unfortunately their driver has a defect which makes it unusable with
-GPSBabel.
+  The DG-100 provides a physical USB interface to the host computer, but
+  internally it uses a Prolific PL-2303 chip to do this.  So you must have
+  drivers installed on your computer to recognize the PL-2303 and provide
+  that data as a serial port to software like GPSBabel.   Such software
+  comes with the unit for Windows.  Prolific provides software for Mac OS/X,
+  but unfortunately their driver has a defect which makes it unstable with
+  GPSBabel.
 </para>
diff --git a/gpsbabel/xmldoc/formats/dg-200.xml b/gpsbabel/xmldoc/formats/dg-200.xml
new file mode 100644 (file)
index 0000000..bde00c6
--- /dev/null
@@ -0,0 +1,23 @@
+<para>Serial download protocol for the <productname>GlobalSat DG-200</productname>GPS data loggers.</para>
+<para>
+<ulink url="http://www.usglobalsat.com/p-677-dg-200-gps-data-logger.aspx">GlobalSat DG-200</ulink>
+</para>
+<example id="dg-200-on-linux">
+  <title>Command showing DG-200 download and erase on Linux</title>
+  <para><userinput>gpsbabel -t -i dg-200,erase -o gpx /dev/ttyUSB0 outputfile.gpx</userinput></para>
+</example>
+<example id="dg-200-on-linux-erase_only">
+  <title>Command showing DG-200 erase_only option on Linux</title>
+  <para><userinput>gpsbabel -t -i dg-200,erase_only /dev/ttyUSB0</userinput></para>
+</example>
+
+<para>
+  The DG-200 provides a physical USB interface to the host computer, but
+  internally it uses a Prolific PL-2303 chip to do this.  So you must have
+  drivers installed on your computer to recognize the PL-2303 and provide
+  that data as a serial port to software like GPSBabel.   Such software
+  comes with the unit for Windows.  Prolific provides software for Mac OS/X,
+  but unfortunately their driver has a defect which makes it unstable with
+  GPSBabel.
+</para>
+
index 8e12bb67069b6afeb75bb58a5d2faf1151b5240f..567f916887ae76907326b3ca34903a389ea500e5 100644 (file)
@@ -1,8 +1,7 @@
-
-      
-      
-      <para>Navitrak DNA marker format - Another CSV format file. This
-is the format that is compatible with the DNA Desktop import/export
-command.  Reading the binary Markers.jwp format directly off the data
-card is not supported yet.  Contributed by Tim Zickus.</para>
+<para>
+    Navitrak DNA marker format - Another CSV format file. This
+    is the format that is compatible with the DNA Desktop import/export
+    command.  Reading the binary Markers.jwp format directly off the data
+    card is not supported yet.  Contributed by Tim Zickus.
+</para>
     
index 3f940d3da95f050722ce1282a8db42f27f74b83a..100150d47fe54d9976e43d15305481427b427096 100644 (file)
@@ -1,12 +1,11 @@
-
-      
-      
-      <para> This is the binary file format used by  <ulink url="http://www.easygps.com/">EasyGPS</ulink>
-format is seemingly being phased out in favor of GPX in newer versions
-of EasyGPS, but this allows conversions to and from the old binary
-.loc format.
+<para>
+  This is the binary file format used by  <ulink url="http://www.easygps.com/">EasyGPS</ulink>
+  format is seemingly being phased out in favor of GPX in newer versions
+  of EasyGPS, but this allows conversions to and from the old binary
+  .loc format.
 </para>
-      <para> Information about and sketchy code to implement this file
-format were provided by Eric Cloninger.
+<para>
+  Information about and sketchy code to implement this file
+  format were provided by Eric Cloninger.
 </para>
     
index da9a56b8394fe65d43085837a8ecd6908afd1901..dcb1ef0cebac5cb7afdb622fcc54d61aba0ce570 100755 (executable)
@@ -1,6 +1,11 @@
 <para>\r
-   This <ulink url="http://www.mglavionics.co.za/">MGL Avionics</ulink> format holds waypoints or routes. This routes can be loaded by the MGL Stratomaster Enigma EFIS series (Enigma, Odyssey, Voyager, Explorer).  \r
+   This <ulink url="http://www.mglavionics.co.za/">MGL Avionics</ulink> format holds waypoints or routes. This routes can be loaded by the MGL Stratomaster Enigma EFIS series (\r
+<productname>Enigma</productname>, \r
+<productname>Odyssey</productname>, \r
+<productname>Voyager</productname>, \r
+<productname>Explorer</productname>).  \r
 </para>\r
 <para>\r
-    The format is designed for microcontrollers. The use is free for any none military application. You can find a detailed description in the <ulink url="http://www.mglavionics.co.za/Docs/Enigma%20Waypoint%20format.pdf">MGL Documentation</ulink>.\r
+ The format is designed for microcontrollers. The use is free for any non-military \r
+ application. You can find a detailed description in the <ulink url="http://www.mglavionics.co.za/Docs/Enigma%20Waypoint%20format.pdf">MGL Documentation</ulink>.\r
 </para>\r
index 4adcb9d844e54f756cd73b4fa4af52bf2f47ebef..e627bf9b111ac81dcda1f501c99d23a6d3d0f564 100755 (executable)
@@ -1,6 +1,10 @@
 <para>\r
-   The <ulink url="http://www.mglavionics.co.za/">MGL Avionics</ulink> format holds waypoints or routes. These routes can be loaded by the MGL Stratomaster Enigma EFIS series (Enigma, Odyssey, Voyager, Explorer).  \r
+   The <ulink url="http://www.mglavionics.co.za/">MGL Avionics</ulink> format holds waypoints or routes. These routes can be loaded by the MGL Stratomaster Enigma EFIS series (\r
+<productname>Enigma</productname>, \r
+<productname>Odyssey</productname>, \r
+<productname>Voyager</productname>, \r
+<productname>Explorer</productname>).  \r
 </para>\r
 <para>\r
-    The format is designed for microcontrollers. The use is free for any nonmilitary application. You can find a detailed description in the <ulink url="http://www.mglavionics.co.za/Docs/Enigma%20Waypoint%20format.pdf">MGL Documentation</ulink>.\r
+    The format is designed for microcontrollers. The use is free for any non-military application. You can find a detailed description in the <ulink url="http://www.mglavionics.co.za/Docs/Enigma%20Waypoint%20format.pdf">MGL Documentation</ulink>.\r
 </para>\r
index d8d1bc48b3ff2ff349d93f28c9ae0409a47aeb8a..e868b4bc6f25c858a4b3ab9d13ea55c6c5e3e5ce 100644 (file)
@@ -3,7 +3,7 @@
    <ulink url="http://www.exif.org">EXIF</ulink>, 
    the Exchangeable Image Format, data.  EXIF is a standardized method
   of encoding data in pictures such as JPEG, TIFF, and WAV and is frequently
-  used by mobile phones with cameras, cameras with built-in GPS.
+  used by mobile phones with cameras and cameras with built-in GPS.
 </para>
 <para>
   EXIF is frequently used for Geolocating photographs so their images can be
index e2059bd00ad96ce88a326b1b3f050cf4fd7b09cd..d807f9b9043748c56205f2fbd727874924daed92 100644 (file)
@@ -1,14 +1,13 @@
-
-      
-      
-      <para>The <ulink url="http://www.garmin.com/support/agree.jsp?id=927">Garmin POI loader</ulink> 
-loads custom points of interest into certain models of
-Garmin GPS receivers.  (As of this writing, only the models introduced
-in 2005 and later are supported.  See Garmin's site for more info.)
-The garmin_poi format produces csv files that can be
- converted into POI files by Garmin's POI loader.</para>
 <para>
-This format was mostly useful when POI Loader couldn't read GPX and we
-couldn't write GPI.  See <link linkend="fmt_garmin_gpi">GPSBabel's GPI doc</link>.
+  The <ulink url="http://www.garmin.com/support/agree.jsp?id=927">Garmin POI loader</ulink> 
+  loads custom points of interest into certain models of
+  Garmin GPS receivers.  (As of this writing, only the models introduced
+  in 2005 and later are supported.  See Garmin's site for more info.)
+  The garmin_poi format produces csv files that can be
+  converted into POI files by Garmin's POI loader.
+</para>
+<para>
+  This format was mostly useful when POI Loader couldn't read GPX and we
+  couldn't write GPI.  See <link linkend="fmt_garmin_gpi">GPSBabel's GPI doc</link>.
 </para>
     
index d9e1d4d53ef0eae98464f724b2b54b8ed355fdc7..52a7873a7a5b3f4737669356c49d6f5e8131f197 100644 (file)
@@ -1,7 +1,6 @@
-      
-      <para>This is format for the 
-<ulink url="http://vip.hyperusa.com/~dougs/geocachingdb/geocachingdb.htm">
-GeocachingDB</ulink> program by DougsBrat.  It works with v2
-and v3 of this program. 
-         </para>
+<para>
+  This is format for the 
+  <ulink url="http://vip.hyperusa.com/~dougs/geocachingdb/geocachingdb.htm"> GeocachingDB</ulink>
+   program by DougsBrat.  It works with v2 and v3 of this program. 
+</para>
     
index 80788965ecd3119365ff7dcba54746b9a8488a98..b1a8afec171da84e7c139f24e791d6170838b5b1 100644 (file)
@@ -1,12 +1,13 @@
 <para> 
-Support for the "Garmin GPS Database" format used by
-default in <productname>MapSource</productname> versions since release 6.0 of 
-that product. By default GPSBabel creates
-gdb files of version 2.  Version 2 is used in Mapsource 6.3 and 6.5.
+  Support for the "Garmin GPS Database" format used by
+  default in <productname>MapSource</productname> versions since release 6.0 of 
+  that product. By default GPSBabel creates
+  gdb files of version 2.  Version 2 is used in Mapsource 6.3 and 6.5.   This format
+  is also used by <productname>Garmin BaseCamp</productname> for Mac and Windows.
 </para>
 <para> 
-Garmin GPS database is an undocumented file format. The
-basic info for this module came from the existing MapSource
-conversion code.
+  Garmin GPS database is an undocumented file format. The
+  basic info for this module came from the existing MapSource
+  conversion code.
 </para>
     
index f730600cd26f77760d6771260768fe0c2ec6f9c6..54e589f332493e3d0f3811ed7a9a71092f7c3e22 100644 (file)
@@ -7,7 +7,7 @@ or <link linkend="fmt_gpx">GPX</link> formats for more general EasyGPS support.
 <para>
 This is a simple XML-based format containing only very basic information 
 about geocaches.  If you can use the <link linkend="fmt_gpx">GPX</link> 
-format instead, you should consider doing so as it is a much richer format.
+format from Pocket Queries instead, you should consider doing so as it is a much richer format.
 </para>
 <para>
 We have a separate page describing how to <ulink url="/tips/browser.html">send from Geocaching.com pages to GPS</ulink> 
index 44e255ed8f376d3dff0b5dbdfdb2ec7b9bb29fe0..d50bcf306323aa99a18cd77841f1e1d3cac740f5 100644 (file)
@@ -1,8 +1,6 @@
-
-      
-      
-      <para>Input support for the GEOnet Names Server (GNS) country
-file structure.  Export to this format is not possible, as this format
-has too many fields that we never get populated by any other
-format.</para>
-    
+<para>
+  Input support for the GEOnet Names Server (GNS) country
+  file structure.  Export to this format is not possible, as this format
+  has too many fields that we never get populated by any other
+  format.
+</para>
index bbaa7b02bdef289c0ffbfc3ff220ce6c1b561de2..877bd1b723d9fed97d53bc9fe1c861c060c382fe 100644 (file)
@@ -1,11 +1,9 @@
+<para>
+  This is the XML format used by the Garmin Logbook product
+  that ships with Forerunner and Foretrex.  
+  As of early 2006, this program is apparently  been discontinued in favor of
+  <link  linkend="fmt_gtrnctr">Garmin Training Center</link>.
 
-      
-      
-      <para>This is the XML format used by the Garmin Logbook product
-that ships with Forerunner and Foretrex.  
-As of early 2006, this program is apparently  been discontinued in favor of
-<link  linkend="fmt_gtrnctr">Garmin Training Center</link>.
-
-See: <ulink url="http://www.garmin.com">http://www.garmin.com</ulink>  
-         </para>
+  See: <ulink url="http://www.garmin.com">http://www.garmin.com</ulink>  
+</para>
     
index 2e692e4a5809815c1adb1eeb1ae68e657aa6de5d..a26665820c6e86f82d387b213e165aef83911c86 100644 (file)
@@ -1,6 +1,7 @@
-<para>The gopal format is a track format written by the
- <ulink url="http://www.mediongopal.de/">
-   GoPal Navigation</ulink> program. </para>
+<para>
+  The gopal format is a track format written by the
+ <ulink url="http://www.mediongopal.de/">GoPal Navigation</ulink> program. 
+</para>
 
 <para>
   The format of the file itself is quite simple:</para>
index cace2eaa49aa24aa48f2d9eeea076e642de22401..1b4397c3295dd72842b8c52e966a18681e01fcce 100644 (file)
@@ -1,8 +1,7 @@
-
-      
-      
-      <para>This is the 'gpl' format as used in Delorme mapping
-products.  It is a track format and contains little more than the
-tracklog of a GPS that was attached while driving. <ulink url="http://www.frontiernet.net/~werner/gps/">frontiernet.net</ulink>
-         </para>
+<para>
+  This is the 'gpl' format as used in Delorme mapping
+  products.  It is a track format and contains little more than the
+  tracklog of a GPS that was attached while driving. 
+  <ulink url="http://www.frontiernet.net/~werner/gps/">frontiernet.net</ulink>
+</para>
     
index a9b2393639b0b5895fdf75f683c3f9d3de54e0f9..4a29daacc57def36573476df322fe0a4ce3d51b5 100644 (file)
@@ -1,8 +1,5 @@
-
-      
-      
-<para>This is the most capable and expressive of all the file
-formats supplied.  It is described at <ulink url="http://www.topografix.com/gpx.asp">topografix.com</ulink> and is
+<para>This is one of the most capable and expressive formats of all the file
+formats supported by GPSBabel.  It is described at <ulink url="http://www.topografix.com/gpx.asp">topografix.com</ulink> and is
 supported by EasyGPS, ExpertGPS, and many other programs described at
 <ulink url="http://www.topografix.com/gpx_resources.asp">topografix.com</ulink>
 </para>
@@ -10,8 +7,8 @@ supported by EasyGPS, ExpertGPS, and many other programs described at
 GPSBabel's reader of this module attempts to preserve tags it doesn't
 really understand.   It also tries to glean interesting data from
 <simplelist>
-  <member><ulink url="http://www.geocaching.com">pocket queries from Geocaching.com</ulink></member>
-  <member>Garmin's "gpxx" GPX extensions.</member>
+  <member><ulink url="http://www.geocaching.com">pocket queries from Geocaching.com,</ulink></member>
+  <member>Garmin's "gpxx" GPX extensions,</member>
   <member>Humminbird's "h" GPX extensions.</member>
 </simplelist>
 </para>
index cc967b588a5464aa7a444de80b4209b4b0efa915..fa2459b1f3ec8b51960bb6aa013d8fd7700c2a7b 100644 (file)
@@ -1,7 +1,7 @@
 <para>
 GPSBabel supports reading and writing of tracks in the .tcx 
-format used by Garmin Training Center (GTC). GTC is the successor 
-to Garmin's Logbook program for their workout units.  It is a 
+format used by <productname>Garmin Training Center</productname> (GTC). GTC is the successor 
+to Garmin's <productname>Logbook</productname> program for their workout units.  It is a 
 free upgrade.
 </para>
 <para>
index 65d69bf7daabfb533ebf3d01fd59897a35732e15..b9219caf7ffa30caa3cd578e784772e83772dc6e 100644 (file)
@@ -1,8 +1,7 @@
-
-      
-      
-      <para>This is the .gps format used by the Mac OS X applications
-written by HikeTech. These include TopoDraw, Link2GPS, and GPSWrite.
-More information about these products can be found at <ulink url="http://www.hiketech.com">hiketech.com</ulink>
-         </para>
+<para>
+  This is the .gps format used by the Mac OS X applications
+  written by HikeTech. These include TopoDraw, Link2GPS, and GPSWrite.
+  More information about these products can be found at 
+  <ulink url="http://www.hiketech.com">hiketech.com</ulink>
+</para>
     
index 211da87ff0a91e17e16653ed091cbc713ad17be8..1c53699a3adb1df00f3fe30b426450b7ec16aa17 100644 (file)
@@ -1,16 +1,21 @@
-      <para> GPSBabel's HTML output generates a single HTML file of all of the
-waypoints in the input file.  It supports a number of Groundspeak GPX
-extensions and filters out potentially harmful HTML from the
-input file while maintaining almost all of the source HTML formatting.   
-This makes this format well suited for generating HTML to hand to programs
-like Plucker for putting in a PDA and especially so for "paperless caching"
-for Geocachers with pocket queries.
+<para> 
+  GPSBabel's HTML output generates a single HTML file of all of the
+  waypoints in the input file.  It supports a number of Groundspeak GPX
+  extensions and filters out potentially harmful HTML from the
+  input file while maintaining almost all of the source HTML formatting.   
+  This makes this format well suited for generating HTML to hand to programs
+  like Plucker for putting in a PDA and especially so for "paperless caching"
+  for Geocachers with pocket queries.
 </para>
-<para>This format is similar to the <link linkend="fmt_text">text</link> format.
+<para>
+  This format is similar to the <link linkend="fmt_text">text</link> format.
 </para>
-      <para> The following command line reads a GPX file with
-Groundspeak extensions and writes an HTML file with encrypted hints
-that is rendered using a custom stylesheet:
+<para>
+  The following command line reads a GPX file with
+  Groundspeak extensions and writes an HTML file with encrypted hints
+  that is rendered using a custom stylesheet:
+</para>
+<para>
+  <userinput>gpsbabel -i gpx -f 12345.gpx -o html,stylesheet=green.css,encrypt -F 12345.html</userinput>
 </para>
-<para><userinput>gpsbabel -i gpx -f 12345.gpx -o html,stylesheet=green.css,encrypt -F 12345.html</userinput></para>
     
index 6fa86fe57ea26b891672ef1a23d9e44fb4dac1b7..687521e9a083bdb6b0b60489f2880815d930d38c 100644 (file)
@@ -1,5 +1,5 @@
 <para> 
-KML, the Keyhole Markup Language, is used by Keyhole and
+KML, the Keyhole Markup Language format, was used by Keyhole and is used by 
 <ulink url="http://earth.google.com">Google Earth</ulink>.  
 </para>
 <para>There are concepts in KML that GPSBabel can't support very well on 
@@ -7,7 +7,7 @@ read becuase they don't map well into other programs.  For example, KML has
 ideas of camera views and names and descriptions can have arbitrarily 
 complicated HTML in them.   KML files may have tiered "Styles" which
 can identify sizing info and URLs of associated icons.   Reading such
-files with GPSBabel - even if your goal it to out to KML - can often
+files with GPSBabel - even if your goal it to write it back out as KML - can often
 have suprising results.  Simple files with waypoints and paths (which
 GPSBabel represents internally as tracks) work fine.
 </para>
index 99fe494951ea03d4c8b2761be36183e824b5784c..55ed42c5834c7f8eef81cb52c147d5660ab46c54 100644 (file)
@@ -1,5 +1,5 @@
 <para> 
-The <ulink url="http://www.lowrance.com">Lowrance iFinder GPS</ulink> series has the unique capability
+The <ulink url="http://www.lowrance.com">Lowrance iFinder GPS</ulink> series has the unique capability within the Lowrance models
 to output its data to an MMC card.  The data is saved to the card as a
 .USR file and can be read by your computer using a card reader.
 Waypoints, icons, routes, tracks are supported.   Event marker icons contain a symbol, name, latitude and longitude
index 5f88c672a62fce527a27a43e5f7939022f5d1b9b..1ec14617e7579d836726c8ee17b7ed2cecf59c59 100644 (file)
@@ -1,17 +1,19 @@
-
-      
-      
-      <para> This format supports the on-card format used by the <ulink url="http://www.magellangps.com">Magellan</ulink> Explorist 400,
-Explorist 500, Explorist 600, Explorist 210, and Explorist XL 
-to describe geocaches.  Notice what while the format can
-hold an infinite number of geocaches, the unit will read and silently
-discard all but 200 geocache POIs at a time.</para>
-      <para> You should name any file created with this format with a
-".gs" extension so the firmware can read it.
+<para> 
+  This format supports the on-card format used by the 
+  <ulink url="http://www.magellangps.com">Magellan</ulink> Explorist 400,
+  Explorist 500, Explorist 600, Explorist 210, and Explorist XL 
+  to describe geocaches.  Notice what while the format can
+  hold an infinite number of geocaches, the unit will read and silently
+  discard all but 200 geocache POIs at a time.</para>
+<para>
+  You should name any file created with this format with a ".gs" extension 
+  so the firmware can read it.
+</para>
+<para>
+  This format does support reading .gs files, but it's kind of a 
+  pointless operation as the units can't create or edit these files.  
+  Round-tripped data is lossy for all but the most trivial cases as
+  many fields are shortened or discarded on write.  "Date last found" is
+  discarded on read as there are no logs stored on the device in which to
+  store the date last found.
 </para>
-<para>This format does support reading .gs files, but it's kind of a 
-pointless operation as the units can't create or edit these files.  
-Round-tripped data is lossy for all but the most trivial cases as
-many fields are shortened or discarded on write.  "Date last found" is
-discarded on read as there are no logs stored on the device in which to
-store the date last found.</para>
index a33cdc3bca97f7f02e25e8dd44e79d292c647757..853a3b7b9826be0209147d6e5b02172d7ecbe4e1 100644 (file)
@@ -1,8 +1,9 @@
 <para>
-This format supports the <ulink url="http://www.magellangps.com">Magellan</ulink> <productname>MapSend</productname> native
-file format.
+  This format supports the 
+  <ulink url="http://www.magellangps.com">Magellan</ulink>
+  <productname>MapSend</productname> native file format.
 </para>
 <para>
-Kudos to Magellan for having the foresight to document their file formats,
-making software like this possible.
+  Kudos to Magellan for having the foresight to document their file formats,
+  making software like this possible.
 </para>
index 7460e008b5ff7a54c4e7ac9c6ef60ac10bc00609..1d3c97d92b5a462b769e15044c63ab136acdc662 100644 (file)
@@ -1,28 +1,27 @@
 <para> 
-This format supports the Garmin <productname>Mapsource</productname>
-product family.
+  This format supports the Garmin <productname>Mapsource</productname> product family.
 </para>
 <para>
-This format is based on significant reverse-engineering and guesswork.
-GPSBabel's output appears to be compatible with the various versions of 
-MapSource.  Icon mapping is attempted between different MapSource versions.  
-Altitude is supported, but proximity and depth are not.  
+  This format is based on significant reverse-engineering and guesswork.
+  GPSBabel's output appears to be compatible with the various versions of 
+  MapSource.  Icon mapping is attempted between different MapSource versions.  
+  Altitude is supported, but proximity and depth are not.  
 </para>
 <para>
-Naming files *.mps will allow file-&gt;open in Mapsource to find the files 
-more easily.  
+  Naming files *.mps will allow file-&gt;open in Mapsource to find the files 
+  more easily.  
 </para>
 <para>
-Versions 3, 4, and 5 of the Mapsource data format are handled automatically 
-on input.  By default the output is version 5.  (Until 3/2004, it was
-version 3, but since Mapsource updates are free, the convenience of
-having modern icon sets outweighs the backward compatibility concern.
-Users of other versions can either upgrade or specify the switches to
-get output in a compatible format.)  Waypoints, routes, and tracklogs are 
-all handled, but map sets are ignored.
+  Versions 3, 4, and 5 of the Mapsource data format are handled automatically 
+  on input.  By default the output is version 5.  (Until 3/2004, it was
+  version 3, but since Mapsource updates are free, the convenience of
+  having modern icon sets outweighs the backward compatibility concern.
+  Users of other versions can either upgrade or specify the switches to
+  get output in a compatible format.)  Waypoints, routes, and tracklogs are 
+  all handled, but map sets are ignored.
 </para>
 <para> 
-Information on the Garmin Mapsource format was provided by Ian Cowley and 
-Mark Bradley.  The code was implemented by Robert Lipe and Mark Bradley.
+  Information on the Garmin Mapsource format was provided by Ian Cowley and 
+  Mark Bradley.  The code was implemented by Robert Lipe and Mark Bradley.
 </para>
     
index d1d4d36b2c4fb971406a97fc638290b0772ee2bd..1ce5744c78f65ad870e0bf2da6d5decd1c9c4240 100644 (file)
@@ -1,22 +1,25 @@
+<para> 
+  Input support for Microsoft AutoRoute 2002-2006 .axe files
+  and Microsoft Streets and Trips .est files.  This is for reading routes
+  created this program and is different than the <link linkend="fmt_s_and_t">
+  s_and_t</link> format used for writing pushpins.</para><para>
+  These files contains only routes. We can extract the coordinates and
+  the names of the points within route. An export to this format will
+  not be supported.
+</para>
 
-      
-      
-      <para> Input support for Microsoft AutoRoute 2002-2006 .axe files
-and Microsoft Streets and Trips .est files.  This is for reading routes
-created this program and is different than the <link linkend="fmt_s_and_t">
-s_and_t</link> format used for writing pushpins.</para><para>
-These files contains only routes. We can extract the coordinates and
-the names of the points within route. An export to this format will
-not be supported.</para>
-      <para>Only the start, stops, and end points are stored in the 
-.est/.axe/.ptm files. Turn-by-turn route data is not stored in the 
-.est/.axe/.ptm files, and is recalculated by the Microsoft title each 
-time on opening the file. This means that the output of GPSBabel will 
-not contain turns needed for driving directions.</para>
-       <para>One possible approach to achieve similar results is to 
-use the Streets and Trips drawing tools to trace a line over the 
-interesting parts of the route to capture intersections or key turns.
-GPSBabel will capture stops in the route and insert those as turns, so 
-adding stops at intersections can also improve the results when converting.
+<para>
+  Only the start, stops, and end points are stored in the 
+  .est/.axe/.ptm files. Turn-by-turn route data is not stored in the 
+  .est/.axe/.ptm files, and is recalculated by the Microsoft title each 
+  time on opening the file. This means that the output of GPSBabel will 
+  not contain turns needed for driving directions.
+</para>
+<para>
+  One possible approach to achieve similar results is to 
+  use the Streets and Trips drawing tools to trace a line over the 
+  interesting parts of the route to capture intersections or key turns.
+  GPSBabel will capture stops in the route and insert those as turns, so 
+  adding stops at intersections can also improve the results when converting.
 </para>
     
index 6400ce3c4f459044af3ef9838a587f0ebf037b8f..120c54b10afcc6d868c8311a93bcabe2eed3ee40 100644 (file)
@@ -1,9 +1,8 @@
-
-      
-      
-      <para>This is the XML format that's used by Navicache.com for
-their geocaching data.  There are a number of fields in it that are
-marked "required" but are Navicache-specific, so GPSBabel can not
-write these files, but we can still read them. <ulink url="http://www.navicache.com/cgi-bin/ib312a/ikonboard.cgi?act=ST;f=23;t=334">navicache.com</ulink>
-         </para>
+<para>
+  This is the XML format that's used by Navicache.com for
+  their geocaching data.  There are a number of fields in it that are
+  marked "required" but are Navicache-specific, so GPSBabel can not
+  write these files, but we can still read them. 
+  <ulink url="http://www.navicache.com/cgi-bin/ib312a/ikonboard.cgi?act=ST;f=23;t=334">navicache.com</ulink>
+</para>
     
index 56d50f1c01614d57533a37ff6e6d057cb91e273c..036336d73dee882d679e04925b3af520f3a0a632 100644 (file)
@@ -1,11 +1,9 @@
-
-      
-      
-      <para> Tab seperated export-all (except geocaching data) file
-format.  Intended to serve as source for number-processing
-applications like OpenOffice, Ploticus and others. Tab was chosen as
-delimiter because it is a) supported by both OpenOffice and Ploticus
-and b) is not ',', so you can use <userinput moreinfo="none">sed -i
-"s/./,/g" &lt;x&gt;.csv'</userinput> to adapt it to locales where ',' is
-used as decimal seperator.  Contributed by Tobias Minich.</para>
-    
+<para> 
+       Tab seperated export-all (except geocaching data) file
+       format.  Intended to serve as source for number-processing
+       applications like OpenOffice, Ploticus and others. Tab was chosen as
+       delimiter because it is a) supported by both OpenOffice and Ploticus
+       and b) is not ',', so you can use <userinput moreinfo="none">sed -i
+       "s/./,/g" &lt;x&gt;.csv'</userinput> to adapt it to locales where ',' is
+       used as decimal seperator.  Contributed by Tobias Minich.
+</para>
diff --git a/gpsbabel/xmldoc/formats/options/dg-200-erase.xml b/gpsbabel/xmldoc/formats/options/dg-200-erase.xml
new file mode 100644 (file)
index 0000000..95424f0
--- /dev/null
@@ -0,0 +1 @@
+<para>This option erases the track log from the device after download.</para>
diff --git a/gpsbabel/xmldoc/formats/options/dg-200-erase_only.xml b/gpsbabel/xmldoc/formats/options/dg-200-erase_only.xml
new file mode 100644 (file)
index 0000000..6479f86
--- /dev/null
@@ -0,0 +1,6 @@
+<para>
+  Much like the <option>erase</option> this optio erases the data in the GPS.
+  It does not transfer data before doing so, making it much faster.  This may
+  be handy in a work flow where you want to transfer the data from the GPS,
+  check it on a map, and then remove it from the unit.
+</para>
index 1e3819a0ec0ed10efd7ad6b2189544de1413d559..00d9bafd4fafeff3fc60febb81208f16daf9936f 100644 (file)
@@ -1,7 +1,5 @@
-
-      
-      
-      <para>OziExplorer Waypoint Format - Another CSV format file.
-Tested against OziExplorer v 3.90.3a / Shareware. Contributed by Alex
-Mottram</para>
+<para>
+  OziExplorer Waypoint Format - Another CSV format file.
+  Tested against OziExplorer v 3.90.3a / Shareware. Contributed by Alex Mottram
+</para>
     
index 2ed7ff68b9779e0fe10c4a9ebb695e9074158bf7..febf0a466be36a76b4fbf425fe9b7e267d9c64d3 100644 (file)
@@ -1,13 +1,14 @@
 <para> 
-PalmDoc output is similar to <link linkend="fmt_text">Text</link>
-output, except that it generates a Palm Database (PDB) file suitable for 
-use with programs like CSpotRun, TealDoc, AportisDoc, Palm Reader, and 
-others.  The resulting file also contains bookmarks to make it easy to jump 
-to a particular waypoint.  
+  PalmDoc output is similar to <link linkend="fmt_text">Text</link>
+  output, except that it generates a Palm Database (PDB) file suitable for 
+  use with programs like CSpotRun, TealDoc, AportisDoc, Palm Reader, and 
+  others.  The resulting file also contains bookmarks to make it easy to jump 
+  to a particular waypoint.  
 </para>
 <para> 
-The following command line reads a GPX file with Groundspeak extensions 
-and writes a Palm document with encrypted hints and logs:
+  The following command line reads a GPX file with Groundspeak extensions 
+  and writes a Palm document with encrypted hints and logs:
+</para>
+<para><userinput>gpsbabel -i gpx -f 12345.gpx -o "palmdoc,dbname=Unfound Geocaches,encrypt,logs" -F 12345.pdb</userinput>
 </para>
-<para><userinput>gpsbabel -i gpx -f 12345.gpx -o "palmdoc,dbname=Unfound Geocaches,encrypt,logs" -F 12345.pdb</userinput></para>
     
index 435adff4d283f2973bca4c202c0c4dbc58e61cfc..8310068c034b579e2411d3f033ffc26f65c9bdb5 100644 (file)
@@ -1,10 +1,8 @@
-
-      
-      
-      <para> PathAway is a Palm software designed for handling "most"
-GPS devices (including BlueTooth). In this time (I mean 2005) a free
-tool to convert this database is located on the homepage of PathAway
-(www.pathaway.com). But I've read there ... for windows and the output
-formats are also very limited.
+<para> 
+  PathAway is a Palm software designed for handling "most"
+  GPS devices (including BlueTooth). In this time (I mean 2005) a free
+  tool to convert this database is located on the homepage of PathAway
+  (www.pathaway.com). But I've read there ... for windows and the output
+  formats are also very limited.
 </para>
     
index 60abecec555d28daf2e8eaa3c5bfc2ae1b6e30ba..4c7330473a47428c4c1b5d48ebe0ff9c6f1fc338 100644 (file)
@@ -1,6 +1,3 @@
-
-      
-      
       <para> Garmin documents only PCX5, an older format limited to
 the lame NMEA six-character waypoint names that's treated as a
 second-class citizien in current versions of MapSource.  In Mapsource,
index 2df63932601249486756172a7db29741bc45930e..fda190d97a6adc807d170e023ef3c52bc06d00c9 100644 (file)
@@ -1,16 +1,23 @@
+<para> This is a format for creating data to be read by
+  <ulink url="http://www.microsoft.com/streets/default.mspx"> Microsoft Streets and
+  Trips</ulink>.  It's been exercised on versions from 2003 through 2008. Detailed
+  instructions on how to use it, including preserving hyperlinks, are at
+  <ulink url="/formats/s_and_t/Importing_into_Microsoft_Streets_and_Trips_2003.html">gpsbabel.org</ulink>
+</para>
+<para>
+  We have an additional page describing how to solve the 
+  <ulink url="/formats/s_and_t/TripPlanning.html">traveling salesman problem with 
+  Streets &amp; Trips</ulink> to efficiently optimize a trip with many stops, such as 
+  is often made by geocachers.
+</para>
+
+<para>
+  This format has nothing to do with the <link linkend="fmt_msroute1"> .est/axe format</link> 
+  used by this program to store routes.
+</para>
 
-      
-      
-      <para> This is a format for creating data to be read by
-<ulink url="http://www.microsoft.com/streets/default.mspx"> Microsoft Streets and
-Trips</ulink>.  It's been exercised on versions from 2003 through 2008. Detailed
-instructions on how to use it, including preserving hyperlinks, are at
-<ulink url="/formats/s_and_t/Importing_into_Microsoft_Streets_and_Trips_2003.html">gpsbabel.org</ulink>
-         </para>
 <para>
-       We have an additional page describing how to solve the <ulink url="/formats/s_and_t/TripPlanning.html">traveling salesman problem with Streets &amp; Trips</ulink> to efficiently optimize a trip with many stops, such as is often made by geocachers.
+  Since modern versions of Streets and Trips support reading GPX, this format is probably
+  not so useful.
 </para>
-       <para>
-               This format has nothing to do with the <link linkend="fmt_msroute1"> .est/axe format</link> used by this program to store routes.
-       </para>
     
index 18d22215cdf9d0d3655dc255d12ac3ea66b46080..7adb91fd43526b7feb3a0360286df6db0875fe64 100644 (file)
@@ -1,6 +1,6 @@
 <para>
        This format is for SBN datalog files saved to the SD card by
-       the Locosys GT-11/BGT-11/GT-31/BGT-31.
+       the Locosys GT-11/BGT-11/GT-31/BGT-31 GPS receivers.
 </para>
 <para>
        On the device, logging in this format is enabled by choosing
index 98e61755c468ea471c95b03f18786f3f56359d19..7d41cb7f60059523d77ca7e9a96ca66059087dcf 100644 (file)
@@ -1,4 +1,4 @@
 <para>
        This format is for SBP datalog files saved to the SD card by
-       the Locosys GT-11/BGT-11/GT-31/BGT-31.
+       the Locosys GT-11/BGT-11/GT-31/BGT-31 GPS receivers.
 </para>
index fc97f694619ee3ac6ad99d3430fd2fed1aadf9a7..2c14744d7118a8985ba3bccaedbd3d59366c7e49 100644 (file)
@@ -3,12 +3,12 @@ reality is that shapefiles can contain a lot of map-oriented data that does
 not convert well to our model of waypoints, tracks, and routes.  Points are
 mapped to waypoints. Arcs are mapped to tracks.<para>
 <para>
-If a field is named 'NAME', that will be used for hte shortname.  Likewise
+If a field is named 'NAME', that will be used for the shortname.  Likewise
 for a field named 'URL'.
 </para>
 <para>
 Given the forced fit nature of conversions between shapefiles and other
-formats, the results of these conversions are frequently disappointing.
+common consumer formats, the results of these conversions are frequently disappointing.
 A custom converter (perhaps via a modification to our source) will frequently
 deliver better results.
 </para>